diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index 4135c16..4c17b11 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 name: Check out source code - name: run a KICS scan diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index d510582..30a59ca 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: mamba-org/setup-micromamba@4d84239119b14cba1690b971f05c0bab912bea04