Skip to content

Commit

Permalink
Merge pull request #70 from github/security-fixes
Browse files Browse the repository at this point in the history
pin action version to specific commit
  • Loading branch information
rdietrick authored Dec 20, 2024
2 parents 70eba12 + 15796dc commit fbd2212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-merge-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
rm release-notes/${{ vars.ISSUE_BRANCH_PREFIX }}*.md || true
fi
rm auth/sandbox-login-url-issue-* || true
- uses: stefanzweifel/git-auto-commit-action@v4.15.4
- uses: stefanzweifel/git-auto-commit-action@75802d269e7721b5146d08f6063ba3097c55ad2b
with:
branch: ${{ github.ref }}
commit_message: Compiled issue release notes and removed auth files
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-pull-request-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
ISSUE_JSON="${ISSUE_JSON//$'\r'/'%0D'}"
echo "ISSUE=$ISSUE_JSON" >> "$GITHUB_OUTPUT";
rm issue.json
- uses: stefanzweifel/git-auto-commit-action@v4.15.4
- uses: stefanzweifel/git-auto-commit-action@75802d269e7721b5146d08f6063ba3097c55ad2b
if: vars.GENERATE_RELEASE == 'true' && steps.check_first_deploy.outputs.FIRST_DEPLOY == 'true' && steps.branchFilter.outputs.matches == 'true'
with:
branch: ${{ github.head_ref }}
Expand Down

0 comments on commit fbd2212

Please sign in to comment.