diff --git a/.github/workflows/code_scanning.yaml b/.github/workflows/code_scanning.yaml index f37223ea..91a575f9 100644 --- a/.github/workflows/code_scanning.yaml +++ b/.github/workflows/code_scanning.yaml @@ -34,7 +34,7 @@ jobs: packages: read steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 6eb91852..9331d205 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -21,7 +21,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 name: Checkout code - name: Get Golang version @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get Golang version id: vars @@ -82,7 +82,7 @@ jobs: id-token: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get Golang version id: vars diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 91307dde..9049b62c 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -36,7 +36,7 @@ jobs: id-token: write packages: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 name: Check out code - name: Login to GitHub Container Registry @@ -63,7 +63,7 @@ jobs: needs: build-image runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 name: Check out code - name: Login to GitHub Container Registry uses: docker/login-action@v3