diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e326a045..6bb87627 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI on: [push] -concurrency: +concurrency: group: ${{ github.ref }} cancel-in-progress: true jobs: @@ -11,9 +11,9 @@ jobs: matrix: python: ['3.8', '3.9', '3.10', '3.11'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6.0.3 - name: Setup python - uses: actions/setup-python@v3 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python }} - run: ./scripts/build diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index f9e3e81b..38e62a7e 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -14,6 +14,6 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6.0.3 - uses: r7kamura/semgrepper@v0 continue-on-error: true \ No newline at end of file