diff --git a/.github/workflows/branch-protection-sync.yml b/.github/workflows/branch-protection-sync.yml index b11da9d3..bc365238 100644 --- a/.github/workflows/branch-protection-sync.yml +++ b/.github/workflows/branch-protection-sync.yml @@ -48,7 +48,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1 diff --git a/.github/workflows/build-and-publish-pre-release.yml b/.github/workflows/build-and-publish-pre-release.yml index 3d72f3c4..af44c640 100644 --- a/.github/workflows/build-and-publish-pre-release.yml +++ b/.github/workflows/build-and-publish-pre-release.yml @@ -59,7 +59,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml index 9940eac5..a1522d44 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -58,7 +58,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/check-composite-action-versions.yml b/.github/workflows/check-composite-action-versions.yml index 960a066c..bfa9ddb2 100644 --- a/.github/workflows/check-composite-action-versions.yml +++ b/.github/workflows/check-composite-action-versions.yml @@ -35,7 +35,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: "Check Required Secrets" shell: bash diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index 2005d1af..d92b3f63 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -54,7 +54,7 @@ jobs: run: sudo apt install -y jq - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 0 @@ -104,7 +104,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ebbfa095..66ca1d59 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -65,7 +65,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1 diff --git a/.github/workflows/dotnet-version.yml b/.github/workflows/dotnet-version.yml index d16563d2..da2f627b 100644 --- a/.github/workflows/dotnet-version.yml +++ b/.github/workflows/dotnet-version.yml @@ -48,7 +48,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/geoipupdate.yml b/.github/workflows/geoipupdate.yml index 82bd48b9..23fadd1e 100644 --- a/.github/workflows/geoipupdate.yml +++ b/.github/workflows/geoipupdate.yml @@ -17,7 +17,7 @@ jobs: steps: - name: "Get Latest source" - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/powershell-analysis.yml b/.github/workflows/powershell-analysis.yml index 7e159610..e9cd21eb 100644 --- a/.github/workflows/powershell-analysis.yml +++ b/.github/workflows/powershell-analysis.yml @@ -26,7 +26,7 @@ jobs: name: PSScriptAnalyzer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: Run PSScriptAnalyzer uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index a90522fc..98ddf46e 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -78,7 +78,7 @@ jobs: - name: "Checkout Source" if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 2 @@ -120,7 +120,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 0 @@ -181,7 +181,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 0 @@ -219,7 +219,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1 @@ -247,7 +247,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1 @@ -275,7 +275,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1 @@ -304,7 +304,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 0 @@ -341,7 +341,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1 @@ -368,7 +368,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1 @@ -419,7 +419,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/pr-update.yml b/.github/workflows/pr-update.yml index 67a5618e..7116082b 100644 --- a/.github/workflows/pr-update.yml +++ b/.github/workflows/pr-update.yml @@ -104,7 +104,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1 @@ -139,7 +139,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b97564c3..1faa3ab5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -42,7 +42,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1 diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index 55001cdc..4e5ef435 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -51,7 +51,7 @@ jobs: } >> "$GITHUB_ENV" - name: "Checkout Source" - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: clean: true fetch-depth: 1