diff --git a/.github/workflows/auto-publish-google-play-on-release.yml b/.github/workflows/auto-publish-google-play-on-release.yml index 18368f5a04..3b3a8deb38 100644 --- a/.github/workflows/auto-publish-google-play-on-release.yml +++ b/.github/workflows/auto-publish-google-play-on-release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2 + uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 with: egress-policy: audit allowed-endpoints: > diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 8650aa5093..1c9c549bda 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -28,11 +28,11 @@ jobs: distribution: 'temurin' java-version: 21 - name: Setup Gradle - uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1 + uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 # - name: Build with Gradle # run: ./gradlew build - name: Setup android-sdk - uses: android-actions/setup-android@651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c # v4.0.0 + uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # v4.0.1 with: accept-android-sdk-licenses: true log-accepted-android-sdk-licenses: true #make accepting the android sdk license verbose diff --git a/.github/workflows/build-publish-to-aur-on-release.yml b/.github/workflows/build-publish-to-aur-on-release.yml index edac1d9a17..9286f8dc0f 100644 --- a/.github/workflows/build-publish-to-aur-on-release.yml +++ b/.github/workflows/build-publish-to-aur-on-release.yml @@ -18,7 +18,7 @@ jobs: - run: sed "s/PACKAGE_VERSION/${package_version}/g" build/linux/PKGBUILD_template > build/linux/PKGBUILD - name: Publish AUR package - uses: KSXGitHub/github-actions-deploy-aur@2ac5a4c1d7035885d46b10e3193393be8460b6f1 # v4.1.1 + uses: KSXGitHub/github-actions-deploy-aur@abe8ac26b51011c88be58c8809fd2ac674068ea5 # v4.1.2 with: pkgname: superproductivity-bin pkgbuild: build/linux/PKGBUILD diff --git a/.github/workflows/build-publish-to-mac-store-on-release.yml b/.github/workflows/build-publish-to-mac-store-on-release.yml index dd79d9965a..e103e60518 100644 --- a/.github/workflows/build-publish-to-mac-store-on-release.yml +++ b/.github/workflows/build-publish-to-mac-store-on-release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2 + uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 with: egress-policy: audit allowed-endpoints: > diff --git a/.github/workflows/build-update-web-app-on-release.yml b/.github/workflows/build-update-web-app-on-release.yml index c1ff603b81..72378cace3 100644 --- a/.github/workflows/build-update-web-app-on-release.yml +++ b/.github/workflows/build-update-web-app-on-release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2 + uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 with: egress-policy: audit allowed-endpoints: > diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 5575d21f11..63e4653092 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1 + uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish-to-hub-docker.yml b/.github/workflows/publish-to-hub-docker.yml index 5b2757d132..885086f451 100644 --- a/.github/workflows/publish-to-hub-docker.yml +++ b/.github/workflows/publish-to-hub-docker.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2 + uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 with: egress-policy: audit allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: ssh://git@github.com/ - name: Log in to Docker Hub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v2 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v2 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/stale-discussions.yml b/.github/workflows/stale-discussions.yml index d3c3b25d67..b022a464a6 100644 --- a/.github/workflows/stale-discussions.yml +++ b/.github/workflows/stale-discussions.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: stalesweeper - uses: zenoprax/stalesweeper@v1.0.0 + uses: zenoprax/stalesweeper@v1.1.2 env: DAYS_BEFORE_CLOSE: ${{ github.event_name == 'schedule' && '180' || github.event.inputs.days-before-close }} DRY_RUN: ${{ github.event_name == 'schedule' && 'false' || github.event.inputs.dry-run }} @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: stalesweeper - uses: zenoprax/stalesweeper@v1.0.0 + uses: zenoprax/stalesweeper@v1.1.2 env: DAYS_BEFORE_CLOSE: ${{ github.event_name == 'schedule' && '90' || github.event.inputs.days-before-close }} DRY_RUN: ${{ github.event_name == 'schedule' && 'false' || github.event.inputs.dry-run }} diff --git a/.github/workflows/supersync-docker.yml b/.github/workflows/supersync-docker.yml index d435283de5..8af1cde34b 100644 --- a/.github/workflows/supersync-docker.yml +++ b/.github/workflows/supersync-docker.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2 + uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1 with: egress-policy: audit allowed-endpoints: > @@ -40,7 +40,7 @@ jobs: ssh://git@github.com/ - name: Log in to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v2 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v2 with: registry: ghcr.io username: ${{ github.actor }}