diff --git a/.github/workflows/api-docs.yaml b/.github/workflows/api-docs.yaml index 3f82f7c2..3d18063d 100644 --- a/.github/workflows/api-docs.yaml +++ b/.github/workflows/api-docs.yaml @@ -24,7 +24,7 @@ jobs: python-version: 3.x - name: Setup cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: ${{ github.ref }} path: .cache diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 525423e4..6844beb2 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -35,14 +35,14 @@ jobs: - name: Send license report to Fossa # This will collect all necessary information (mostly used dependencies) and send it to the Fossa API - uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # Use a specific version if locking is preferred + uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # Use a specific version if locking is preferred with: api-key: ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }} - name: Check license compliance # This will poll the Fossa API until they have processed the information which we've sent in the previous step # and fail if Fossa found an issue with the licences of our dependencies. - uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # Use a specific version if locking is preferred + uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # Use a specific version if locking is preferred with: api-key: ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }} run-tests: true diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5da2dc86..4e0c2538 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -88,6 +88,6 @@ jobs: run: make tests-with-cov - name: Coverage comment id: coverage_comment - uses: py-cov-action/python-coverage-comment-action@e623398c19eb3853a5572d4a516e10b15b5cefbc + uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 with: GITHUB_TOKEN: ${{ github.token }}