diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4adaa171..62fdda86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Setup uses: ./.github/actions/setup diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index d200c11c..edca2f0b 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -20,7 +20,7 @@ jobs: steps: # Checkout the code - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index e6e4b46e..f6fd1a69 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: get the gh-pages repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: gh-pages @@ -37,7 +37,7 @@ jobs: contents: write steps: - name: Checkout src - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ github.token }} diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 692291e5..4eb97a11 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -29,7 +29,7 @@ jobs: - if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group' run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection. - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }}