diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1c37e73..ad1e7e4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,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/publish-microservices.yaml b/.github/workflows/publish-microservices.yaml index 44a5309..dc84893 100644 --- a/.github/workflows/publish-microservices.yaml +++ b/.github/workflows/publish-microservices.yaml @@ -19,7 +19,7 @@ jobs: echo "DOCKER_URL=${{ secrets.STAGING_DOCKER_URL }}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Login docker dev if: endsWith(github.ref, '/master') @@ -74,7 +74,7 @@ jobs: echo "DOCKER_URL=${{ secrets.STAGING_DOCKER_URL }}" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Login docker dev if: endsWith(github.ref, '/master') @@ -128,7 +128,7 @@ jobs: if: false steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Deliverybot Helm Action dev if: endsWith(github.ref, '/master')