We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88a1f0b + 1ea1f8c commit 77d1cc1Copy full SHA for 77d1cc1
.github/workflows/check-toolnames.yml
@@ -18,7 +18,7 @@ jobs:
18
contents: read
19
steps:
20
- name: Harden the runner (Audit all outbound calls)
21
- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
+ uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
22
with:
23
egress-policy: audit
24
.github/workflows/tag-on-issue.yml
@@ -19,7 +19,7 @@ jobs:
- name: Tag user on new issue
- uses: devops-actions/issue-comment-tag@6dbf2b1d509b1255e744349f7b0d5c1f723b22ef # v0.1.9
+ uses: devops-actions/issue-comment-tag@3a605c5f21e15e5b963c866421bf4189bcc32310 # v0.1.10
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
team: ${{ vars.TAG_USER }}
0 commit comments