diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 203511822..9708938c3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 3067c1651..2cd217497 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -23,7 +23,7 @@ jobs: engine: docker steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run flake8 for Python 3 uses: containerbuildsystem/actions/flake8@master @@ -52,7 +52,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run markdownlint uses: DavidAnson/markdownlint-cli2-action@v19 @@ -63,7 +63,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run mypy uses: containerbuildsystem/actions/mypy@master @@ -83,7 +83,7 @@ jobs: engine: docker steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: ./test.sh env: @@ -99,7 +99,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -126,7 +126,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run tekton-lint uses: containerbuildsystem/actions/tekton-lint@master diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 4b1736f79..26cc2a0c0 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: pytests via test.sh env: