Skip to content

chore(deps): Bump github/codeql-action from 3.25.6 to 3.25.8 #206

chore(deps): Bump github/codeql-action from 3.25.6 to 3.25.8

chore(deps): Bump github/codeql-action from 3.25.6 to 3.25.8 #206

Workflow file for this run

name: "release-plz"
permissions: {}
on:
push:
branches: [ "main" ]
jobs:
release-plz:
permissions:
contents: read
runs-on: ubuntu-22.04
steps:
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit
- id: toolchain
uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a # doesn't have usual versioned releases/tags
with:
toolchain: "stable"
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
- uses: MarcoIeni/release-plz-action@98b2b45b090aadf18cb662caaf3de6222d98822a # v0.5.60
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}