diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26c8f74..fd00c7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: git reset --hard origin/${{ github.ref_name }} - name: Semantic Release - uses: python-semantic-release/python-semantic-release@v9.11.0 + uses: python-semantic-release/python-semantic-release@v9.12.0 id: semantic with: github_token: ${{ steps.app-token.outputs.token }} @@ -170,7 +170,7 @@ jobs: push-to-registry: true - name: Docker Scout Scan - uses: docker/scout-action@v1.14.0 + uses: docker/scout-action@v1.15.0 with: command: quickview, cves image: ${{ vars.DOCKER_USERNAME }}/wakatime-leaderboards:master