diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index f1da087..42a04fb 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -14,7 +14,7 @@ jobs: create-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: dev-hato/actions-create-release@v0.0.33 with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/format-json-yml.yml b/.github/workflows/format-json-yml.yml index 9e929d6..7a294d3 100644 --- a/.github/workflows/format-json-yml.yml +++ b/.github/workflows/format-json-yml.yml @@ -23,7 +23,7 @@ jobs: with: app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 diff --git a/.github/workflows/github-actions-cache-cleaner.yml b/.github/workflows/github-actions-cache-cleaner.yml index 14fd91a..534673d 100644 --- a/.github/workflows/github-actions-cache-cleaner.yml +++ b/.github/workflows/github-actions-cache-cleaner.yml @@ -17,7 +17,7 @@ jobs: github-actions-cache-cleaner: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: ./ with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index b6e0c47..5bc8f23 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -39,7 +39,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: # Full git history is needed to get a proper list # of changed files within `super-linter` diff --git a/.github/workflows/update-gitleaks.yml b/.github/workflows/update-gitleaks.yml index c938bff..9640bc7 100644 --- a/.github/workflows/update-gitleaks.yml +++ b/.github/workflows/update-gitleaks.yml @@ -17,7 +17,7 @@ jobs: update-gitleaks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 diff --git a/.github/workflows/update-package.yml b/.github/workflows/update-package.yml index 2e070f0..35c0f33 100644 --- a/.github/workflows/update-package.yml +++ b/.github/workflows/update-package.yml @@ -18,7 +18,7 @@ jobs: update-package: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 12ee36a..e3dbd10 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -17,7 +17,7 @@ jobs: update-readme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0