@@ -21,15 +21,15 @@ jobs:
2121 name : Vulnerabilities
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525 - uses : ./.github/actions/yarn-install
2626 - run : ./scripts/ci_check_vulnerabilities.sh
2727
2828 lint :
2929 name : Lint
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3333 - uses : ./.github/actions/yarn-install
3434 - run : yarn run format:check
3535 - run : yarn run lint
@@ -39,29 +39,29 @@ jobs:
3939 name : ' yarn.lock Up-to-date'
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4343 - uses : ./.github/actions/yarn-install
4444 - run : git diff --exit-code
4545 licenses :
4646 name : Licenses
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5050 - uses : ./.github/actions/yarn-install
5151 - run : yarn check-licenses
5252 knip :
5353 name : Knip
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5757 - uses : ./.github/actions/yarn-install
5858 - run : yarn knip
5959 # Ensure the release notes script is working
6060 release-notes :
6161 name : Release Notes
6262 runs-on : ubuntu-latest
6363 steps :
64- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6565 with :
6666 # Fetch all history for all tags and branches
6767 fetch-depth : 0
8282 with :
8383 secrets : |-
8484 VALORA_BOT_TOKEN:celo-mobile-mainnet/VALORA_BOT_TOKEN
85- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
85+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8686 with :
8787 token : ${{ steps.google-secrets.outputs.VALORA_BOT_TOKEN }}
8888 # See https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-to-a-pr-using-the-built-in-token
0 commit comments