diff --git a/.github/workflows/dotnet-build.yaml b/.github/workflows/dotnet-build.yaml index d584237..2f0f800 100644 --- a/.github/workflows/dotnet-build.yaml +++ b/.github/workflows/dotnet-build.yaml @@ -25,7 +25,7 @@ jobs: uses: xt0rted/pull-request-comment-branch@e8b8daa837e8ea7331c0003c9c316a64c6d8b0b1 # v3.0.0 id: comment-branch if: ${{ github.event_name == 'issue_comment' }} - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ github.event_name == 'issue_comment' && steps.comment-branch.outputs.head_ref || ''}} persist-credentials: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e41ffd1..f424564 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 15 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - uses: guitarrapc/actions/.github/actions/setup-dotnet@main