Skip to content

Commit

Permalink
debug action commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseSDevaney committed May 30, 2024
1 parent 9ece4d5 commit a0a5c8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/prepare-frontend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ runs:
yarn cache clean
shell: bash
- name: Debug commit message
run: echo "Commit message: ${{ github.event.head_commit.message }}"
run: |
echo "Commit message"
echo ${{ github.event.head_commit.message }}

Check failure

Code scanning / CodeQL

Expression injection in Actions Critical

Potential injection from the ${{{{ github.event.head_commit.message }}}}, which may be controlled by an external user.
- name: Get M2 cache
uses: actions/cache@v4
if: ${{ !contains(github.event.head_commit.message, '[ci nocache]') }}
Expand Down

0 comments on commit a0a5c8e

Please sign in to comment.