Skip to content

Commit 805dda2

Browse files
authored
fix: pin GitHub Actions to commit SHAs (INT-326) (#2)
1 parent b6d6442 commit 805dda2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
using: composite
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.3
39+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
with:
4141
token: ${{ inputs.github_token }}
4242

@@ -63,4 +63,4 @@ runs:
6363
echo "Committing and pushing changes"
6464
git add ${{ inputs.yaml_file_path }}
6565
git commit --allow-empty -m "ci(gitops): ${{ inputs.commit_message }}"
66-
git push -u origin ${{ inputs.target_branch }}
66+
git push -u origin ${{ inputs.target_branch }}

0 commit comments

Comments
 (0)