diff --git a/.github/workflows/container-builds-packages.yml b/.github/workflows/container-builds-packages.yml index de10759..d3e9a5d 100644 --- a/.github/workflows/container-builds-packages.yml +++ b/.github/workflows/container-builds-packages.yml @@ -57,7 +57,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: # Retrieve sufficient amount of history to allow build tooling # (e.g., go-winres, git-describe-semver) to process tags as part of @@ -113,7 +113,7 @@ jobs: run: go version - name: Check out code (subset) - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: # Retrieve sufficient amount of history to allow build tooling # (e.g., go-winres, git-describe-semver) to process tags as part of diff --git a/.github/workflows/container-builds-release.yml b/.github/workflows/container-builds-release.yml index dc84d09..eeddf8e 100644 --- a/.github/workflows/container-builds-release.yml +++ b/.github/workflows/container-builds-release.yml @@ -54,7 +54,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: ${{ inputs.fetch-depth }} @@ -95,7 +95,7 @@ jobs: steps: - name: Check out code (subset) - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: # Retrieve sufficient amount of history to allow build tooling # (e.g., go-winres, git-describe-semver) to process tags as part of diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index e24f4aa..4a754af 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -50,7 +50,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: ${{ inputs.fetch-depth }} @@ -94,7 +94,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. diff --git a/.github/workflows/go-mod-validation.yml b/.github/workflows/go-mod-validation.yml index 5e805de..372b803 100644 --- a/.github/workflows/go-mod-validation.yml +++ b/.github/workflows/go-mod-validation.yml @@ -50,7 +50,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: ${{ inputs.fetch-depth }} @@ -91,7 +91,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. @@ -119,7 +119,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. diff --git a/.github/workflows/lint-and-build-using-ci-matrix.yml b/.github/workflows/lint-and-build-using-ci-matrix.yml index 8f43f5e..8c63c2c 100644 --- a/.github/workflows/lint-and-build-using-ci-matrix.yml +++ b/.github/workflows/lint-and-build-using-ci-matrix.yml @@ -53,7 +53,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: ${{ inputs.fetch-depth }} @@ -107,7 +107,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. @@ -178,7 +178,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. @@ -217,7 +217,7 @@ jobs: run: go version - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. @@ -267,7 +267,7 @@ jobs: run: go version - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. diff --git a/.github/workflows/lint-and-build-using-make.yml b/.github/workflows/lint-and-build-using-make.yml index 58edcaa..410bcd4 100644 --- a/.github/workflows/lint-and-build-using-make.yml +++ b/.github/workflows/lint-and-build-using-make.yml @@ -66,7 +66,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: ${{ inputs.fetch-depth }} @@ -113,7 +113,7 @@ jobs: run: go version - name: Check out code into the Go module directory - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. @@ -173,7 +173,7 @@ jobs: run: go version - name: Check out code (subset) - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. @@ -220,7 +220,7 @@ jobs: run: go version - name: Check out code (subset) - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: # Retrieve sufficient amount of history to allow build tooling # (e.g., go-winres, git-describe-semver) to process tags as part of diff --git a/.github/workflows/lint-project-files.yml b/.github/workflows/lint-project-files.yml index 20b2324..4fd890c 100644 --- a/.github/workflows/lint-project-files.yml +++ b/.github/workflows/lint-project-files.yml @@ -71,7 +71,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: ${{ inputs.fetch-depth }} @@ -123,7 +123,7 @@ jobs: echo "markdownlint version: $(markdownlint --version)" - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. @@ -157,7 +157,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Run hadolint against any Dockerfiles if: hashFiles('**/Dockerfile') != '' diff --git a/.github/workflows/lint-using-optional-linters.yml b/.github/workflows/lint-using-optional-linters.yml index 45554d8..a75bfe3 100644 --- a/.github/workflows/lint-using-optional-linters.yml +++ b/.github/workflows/lint-using-optional-linters.yml @@ -53,7 +53,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: ${{ inputs.fetch-depth }} @@ -104,7 +104,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 58eee7c..d536486 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -72,7 +72,7 @@ jobs: # 3ab151278eb9c5925b43e42b3cbbf4e85141c18c and refs/tags/v0.36.0-alpha.3 # to refs/tags/v0.36.0-alpha.3 - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. @@ -123,7 +123,7 @@ jobs: # 3ab151278eb9c5925b43e42b3cbbf4e85141c18c and refs/tags/v0.36.0-alpha.3 # to refs/tags/v0.36.0-alpha.3 - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints. diff --git a/.github/workflows/scheduled-monthly.yml b/.github/workflows/scheduled-monthly.yml index 2b61469..0604d39 100644 --- a/.github/workflows/scheduled-monthly.yml +++ b/.github/workflows/scheduled-monthly.yml @@ -79,7 +79,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: ${{ inputs.fetch-depth }} diff --git a/.github/workflows/scheduled-weekly.yml b/.github/workflows/scheduled-weekly.yml index bbce2df..8daf0d4 100644 --- a/.github/workflows/scheduled-weekly.yml +++ b/.github/workflows/scheduled-weekly.yml @@ -59,7 +59,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: ${{ inputs.fetch-depth }} diff --git a/.github/workflows/vulnerability-analysis.yml b/.github/workflows/vulnerability-analysis.yml index 1d0e587..d7e617d 100644 --- a/.github/workflows/vulnerability-analysis.yml +++ b/.github/workflows/vulnerability-analysis.yml @@ -53,7 +53,7 @@ jobs: - name: Check out code (subset) if: ${{ github.event_name == 'pull_request' }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: ${{ inputs.fetch-depth }} @@ -87,7 +87,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints.