Skip to content

Commit

Permalink
Merge pull request #1 from jackdawm/run-shell-injection
Browse files Browse the repository at this point in the history
Move commit info to env var to mitigate run injection vulnerability.
  • Loading branch information
jackdawm authored Jul 17, 2023
2 parents 930cc2b + 5e6fdb8 commit b668672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Print build information
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}"
- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit b668672

Please sign in to comment.