Feat: hash pin actions using Step Security

Signed-off-by: Joyce <joycebrum@google.com>
This commit is contained in:
Joyce 2023-11-23 17:04:38 -03:00 committed by GitHub
parent 1c4a834715
commit 26b4d8f8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- name: Awaiting response issues - name: Awaiting response issues
uses: actions/stale@v7 uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0
with: with:
#Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale #Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale
exempt-issue-labels: 'override-stale' exempt-issue-labels: 'override-stale'
@ -59,7 +59,7 @@ jobs:
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale. Please reopen if you'd like to work on this further." close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale. Please reopen if you'd like to work on this further."
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Contribution issues - name: Contribution issues
uses: actions/stale@v7 uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0
with: with:
#Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale #Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale
exempt-issue-labels: 'override-stale' exempt-issue-labels: 'override-stale'