summaryrefslogtreecommitdiff
path: root/.github/workflows/issue-subscriber.yml
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2025-03-03 08:37:20 -0800
committerGitHub <noreply@github.com>2025-03-03 08:37:20 -0800
commit705decc860f1e7aa73476463ad98ce2ea293f7da (patch)
tree8e24a8a93d066fcba94d2e5d92f1e01cfa0df20c /.github/workflows/issue-subscriber.yml
parenta3584fb13eebeb736aba20ed1d0dfa77fc73c552 (diff)
[Github] Hash Pin Actions in Most Workflows (#129486)
This patch haspins all actions in most of the LLVM Github workflows. This is something we try to do, but no one has gone through and combed through all of the workflows before this patch. Notably, this patch does not bump any major versions of actions just in case there are subtle breaking changes introduced between versions that could impact us. Also, this patch omits the libc/libc++ workflows so that they can be split into separate PRs for the respective subproject maintainers to review.
Diffstat (limited to '.github/workflows/issue-subscriber.yml')
-rw-r--r--.github/workflows/issue-subscriber.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue-subscriber.yml b/.github/workflows/issue-subscriber.yml
index ef4fdf441819..2fb8ad18eb0a 100644
--- a/.github/workflows/issue-subscriber.yml
+++ b/.github/workflows/issue-subscriber.yml
@@ -14,7 +14,7 @@ jobs:
if: github.repository == 'llvm/llvm-project'
steps:
- name: Checkout Automation Script
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
sparse-checkout: llvm/utils/git/
ref: main