Skip to content

Commit

Permalink
chore: update upgrade-actions.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Feb 27, 2024
1 parent 63a85a3 commit ec11725
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/upgrade-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ on:
schedule:
- cron: 37 1 * * 1
workflow_dispatch: {}
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
pin:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup TSCCR helper
uses: hashicorp/setup-tsccr@v1
uses: hashicorp/setup-tsccr-helper@v1
with:
token: ${{ secrets.GH_TOKEN_ACTIONS_UPDATER }}
- name: Pin all workflows based on TSCCR
run: tsccr-helper gha update -latest .
env:
Expand Down

0 comments on commit ec11725

Please sign in to comment.