diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index fb47a6b..eaeaeb2 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.release.target_commitish }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f1a258..b051543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: GOTOOLCHAIN: auto steps: - - uses: actions/checkout@v4 # v3.3.0 + - uses: actions/checkout@v5 # v3.3.0 with: fetch-depth: 0 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 68f4f69..6c58ef7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index c6d3bdb..247892c 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get PR Information id: get-pr @@ -135,7 +135,7 @@ jobs: steps: - name: Checkout PR - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ needs.parse-comment.outputs.pr_head_sha }} @@ -250,7 +250,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 @@ -326,7 +326,7 @@ jobs: steps: - name: Checkout PR - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ needs.parse-comment.outputs.pr_head_sha }} @@ -396,7 +396,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5 diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index cc9e9ba..e1b1a81 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Extract version from tag id: get_version diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e913621..15f3b18 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: GOTOOLCHAIN: auto steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5 @@ -35,7 +35,7 @@ jobs: env: GOTOOLCHAIN: auto steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5 @@ -51,7 +51,7 @@ jobs: env: GOTOOLCHAIN: auto steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5