Skip to content

Commit c3d39a6

Browse files
committed
fix: update GitHub Actions versions with proper pinning and comments
- Update actions/checkout to v6.0.1 (8e8c483) with version comment - Update step-security/harden-runner to v2.13.1 (f4a75cf) with version comment - Update actions/github-script to v8.0.0 (ed59741) with version comment - Follow project guidelines for pinning actions to commit SHAs Signed-off-by: cheese-cakee <farzanaman99@gmail.com>
1 parent 69d6a18 commit c3d39a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/merge-conflict-bot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2626
with:
2727
ref: ${{ github.event.repository.default_branch }}
2828

2929
- name: Harden the runner
30-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
30+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3131
with:
3232
egress-policy: audit
3333

3434
- name: Check for merge conflicts
35-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
35+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
3636
with:
3737
script: |
3838
const path = require('path')

0 commit comments

Comments
 (0)