Skip to content

Commit 9651663

Browse files
authored
Merge pull request #16200 from argotorg/pin-comment-pr-action-hash
Pin actions-comment-pull-request action to specific commit and update to the latest version
2 parents ca55cb3 + a3480a3 commit 9651663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/buildpack-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
image_variant: [emscripten, ubuntu.clang.ossfuzz, ubuntu2004, ubuntu2204, ubuntu2404, ubuntu2404.clang]
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
with:
3434
fetch-depth: 0
3535

@@ -41,6 +41,6 @@ jobs:
4141
4242
- name: comment PR
4343
if: "env.DOCKER_IMAGE"
44-
uses: thollander/actions-comment-pull-request@v3
44+
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
4545
with:
4646
message: "`${{ env.DOCKER_IMAGE }} ${{ env.DOCKER_REPO_DIGEST }}`."

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
stale:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/stale@v6
22+
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
2323
with:
2424
debug-only: false
2525
days-before-issue-stale: ${{ env.BEFORE_ISSUE_STALE }}

0 commit comments

Comments
 (0)