From 05e171c506876dce80fc8eb00f6c0e628e2586b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:36:40 +0300 Subject: [PATCH] =?UTF-8?q?feat(github-action)!:=20Update=20actions/checko?= =?UTF-8?q?ut=20(v4.3.0=20=E2=86=92=20v5.0.0)=20(#209)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/action-security.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/new-release.yml | 2 +- .github/workflows/pr-lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/security-suite.yml | 8 ++++---- .github/workflows/sync-labels.yml | 2 +- biome-check/action.yml | 2 +- biome-fix/action.yml | 2 +- compress-images/action.yml | 2 +- eslint-fix/action.yml | 2 +- php-laravel-phpunit/action.yml | 2 +- pr-lint/action.yml | 2 +- prettier-fix/action.yml | 2 +- release-monthly/action.yml | 2 +- 16 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/action-security.yml b/.github/workflows/action-security.yml index c372183..1f5c112 100644 --- a/.github/workflows/action-security.yml +++ b/.github/workflows/action-security.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 91754e6..312870c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Initialize CodeQL uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index b2c965d..dfa7170 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: 'Dependency Review' uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1 diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index fdd8c45..db61aa9 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -20,7 +20,7 @@ jobs: version: ${{ steps.daily-version.outputs.version }} steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Create tag if necessary uses: fregante/daily-version-action@fb1a60b7c4daf1410cd755e360ebec3901e58588 # v2.1.3 diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 27d0f38..cd463e2 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: token: ${{ secrets.FIXIMUS_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5de43c4..44f3a04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 with: generate_release_notes: true diff --git a/.github/workflows/security-suite.yml b/.github/workflows/security-suite.yml index 89595c7..c00988e 100644 --- a/.github/workflows/security-suite.yml +++ b/.github/workflows/security-suite.yml @@ -74,7 +74,7 @@ jobs: security-events: write steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Run OWASP Dependency Check uses: dependency-check/Dependency-Check_Action@3102a65fd5f36d0000297576acc56a475b0de98d # main with: @@ -106,7 +106,7 @@ jobs: security-events: write steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: 'lts/*' @@ -138,7 +138,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Run Scorecard uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2 with: @@ -165,7 +165,7 @@ jobs: issues: write steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download scan results uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index c9725cb..bcf9190 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -35,6 +35,6 @@ jobs: steps: - name: ⤵️ Checkout Repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: ⤵️ Sync Latest Labels Definitions uses: ./sync-labels diff --git a/biome-check/action.yml b/biome-check/action.yml index a2b55b8..b361125 100644 --- a/biome-check/action.yml +++ b/biome-check/action.yml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Checkout Repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Set Git Config uses: ivuorinen/actions/set-git-config@main diff --git a/biome-fix/action.yml b/biome-fix/action.yml index 225b638..095bef1 100644 --- a/biome-fix/action.yml +++ b/biome-fix/action.yml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Checkout Repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Set Git Config uses: ivuorinen/actions/set-git-config@main diff --git a/compress-images/action.yml b/compress-images/action.yml index f44dbe0..a1a03f2 100644 --- a/compress-images/action.yml +++ b/compress-images/action.yml @@ -18,7 +18,7 @@ runs: uses: ivuorinen/actions/set-git-config@main - name: Checkout Repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Compress Images id: calibre diff --git a/eslint-fix/action.yml b/eslint-fix/action.yml index 6794801..8898972 100644 --- a/eslint-fix/action.yml +++ b/eslint-fix/action.yml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Checkout Repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Set Git Config uses: ivuorinen/actions/set-git-config@main diff --git a/php-laravel-phpunit/action.yml b/php-laravel-phpunit/action.yml index 43e0572..2aea06a 100644 --- a/php-laravel-phpunit/action.yml +++ b/php-laravel-phpunit/action.yml @@ -50,7 +50,7 @@ runs: extensions: ${{ inputs.extensions }} coverage: ${{ inputs.coverage }} - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: 'Check file existence' id: check_files diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 96413c1..e0c377b 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -16,7 +16,7 @@ runs: # │ Git Checkout │ # ╰──────────────────────────────────────────────────────────╯ - name: Checkout Code - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: token: ${{ github.token }} diff --git a/prettier-fix/action.yml b/prettier-fix/action.yml index 8f30be9..fcade1a 100644 --- a/prettier-fix/action.yml +++ b/prettier-fix/action.yml @@ -12,7 +12,7 @@ runs: using: 'composite' steps: - name: Checkout Repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Set Git Config uses: ivuorinen/actions/set-git-config@main diff --git a/release-monthly/action.yml b/release-monthly/action.yml index 71472a1..f7cb0db 100644 --- a/release-monthly/action.yml +++ b/release-monthly/action.yml @@ -62,7 +62,7 @@ runs: fi - name: Checkout Repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 # Fetch all history for tag comparison