diff --git a/.github/workflows/codecov-python.yml b/.github/workflows/codecov-python.yml index ac3f2c9..11e79db 100644 --- a/.github/workflows/codecov-python.yml +++ b/.github/workflows/codecov-python.yml @@ -15,7 +15,7 @@ jobs: name: Upload coverage to codecov.io runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install and calculate and upload coverage to codecov.io uses: greenbone/actions/coverage-python@v3 with: diff --git a/.github/workflows/container-build-push-2nd-gen.yml b/.github/workflows/container-build-push-2nd-gen.yml index 00e9d2a..199db59 100644 --- a/.github/workflows/container-build-push-2nd-gen.yml +++ b/.github/workflows/container-build-push-2nd-gen.yml @@ -92,7 +92,7 @@ jobs: is-latest-tag: ${{ steps.latest.outputs.is-latest-tag }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.ref-name }} @@ -164,7 +164,7 @@ jobs: annotations: ${{ steps.build-and-push.outputs.annotations }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.ref-name }} diff --git a/.github/workflows/container-build-push-3rd-gen.yml b/.github/workflows/container-build-push-3rd-gen.yml index cd7bcbd..d5ec72f 100644 --- a/.github/workflows/container-build-push-3rd-gen.yml +++ b/.github/workflows/container-build-push-3rd-gen.yml @@ -96,7 +96,7 @@ jobs: digest: ${{ steps.build-and-push.outputs.digest }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Container build push 3rd gen id: build-and-push @@ -139,7 +139,7 @@ jobs: image-name: ${{ steps.image-url.outputs.name }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Since all image URLs are derived from the GitHub repository URL, we need to reformat them to obtain the correct product OCI URLs. # We can remove this step after incorporate everything directly into the respective workflow calls within the service repositories. diff --git a/.github/workflows/container-build-push-feed.yml b/.github/workflows/container-build-push-feed.yml index 36b55ae..274dbce 100644 --- a/.github/workflows/container-build-push-feed.yml +++ b/.github/workflows/container-build-push-feed.yml @@ -79,7 +79,7 @@ jobs: annotations: ${{ steps.build-and-push.outputs.annotations }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.ref-name }} @@ -124,7 +124,7 @@ jobs: annotations: ${{ steps.build-and-push.outputs.annotations }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.ref-name }} diff --git a/.github/workflows/container-build-push-gea.yml b/.github/workflows/container-build-push-gea.yml index ea90ce3..6ea1600 100644 --- a/.github/workflows/container-build-push-gea.yml +++ b/.github/workflows/container-build-push-gea.yml @@ -167,7 +167,7 @@ jobs: - name: Checkout repository if: ${{ github.event_name != 'pull_request' }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ steps.properties.outputs.ref }} @@ -238,7 +238,7 @@ jobs: runs-on: ${{ matrix.arch.runner }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ needs.meta-data.outputs.ref }} diff --git a/.github/workflows/container-push.yml b/.github/workflows/container-push.yml index 428753f..e21a690 100644 --- a/.github/workflows/container-push.yml +++ b/.github/workflows/container-push.yml @@ -127,7 +127,7 @@ jobs: steps: - name: Checkout repository id: checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.ref-name }} @@ -162,7 +162,7 @@ jobs: steps: - name: Checkout repository id: checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{ inputs.ref-name }} diff --git a/.github/workflows/docs-python.yml b/.github/workflows/docs-python.yml index efb202e..9672236 100644 --- a/.github/workflows/docs-python.yml +++ b/.github/workflows/docs-python.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install poetry and dependencies uses: greenbone/actions/poetry@v3 with: diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ec586d7..868d852 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -39,7 +39,7 @@ jobs: done ls -R merged/ - name: Checkout workflow repository (to get helper script) - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: repository: greenbone/workflows path: helper-repo diff --git a/.github/workflows/lint-python.yml b/.github/workflows/lint-python.yml index 3ac1a35..a5bafb7 100644 --- a/.github/workflows/lint-python.yml +++ b/.github/workflows/lint-python.yml @@ -24,7 +24,7 @@ jobs: name: Linting runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Check and lint python packages uses: greenbone/actions/lint-python@v3 with: diff --git a/.github/workflows/notify-mattermost-cloud-dependapot-pr.yml b/.github/workflows/notify-mattermost-cloud-dependapot-pr.yml index d759ac2..6a64e7e 100644 --- a/.github/workflows/notify-mattermost-cloud-dependapot-pr.yml +++ b/.github/workflows/notify-mattermost-cloud-dependapot-pr.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Fetch old Dependabot PRs id: fetch_prs diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index e1f95fd..6326839 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -17,7 +17,7 @@ jobs: name: Run all tests runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install python, poetry and dependencies uses: greenbone/actions/poetry@v3 with: diff --git a/.github/workflows/typing-python.yml b/.github/workflows/typing-python.yml index 65530cd..125f5e9 100644 --- a/.github/workflows/typing-python.yml +++ b/.github/workflows/typing-python.yml @@ -18,7 +18,7 @@ jobs: name: Check type information runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Run mypy uses: greenbone/actions/mypy-python@v3 with: