diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f0b0b5..6c527ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: Solution_Path: Sample\Auth0MauiApp.sln steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Java uses: actions/setup-java@v4 diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index b03c649..28c62fa 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -40,7 +40,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@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }} diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index eb275f1..58223a2 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -37,7 +37,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@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.merge_commit_sha || github.ref }}