Skip to content

chore(deps): Bump github/codeql-action from 3.25.3 to 3.25.4 #185

chore(deps): Bump github/codeql-action from 3.25.3 to 3.25.4

chore(deps): Bump github/codeql-action from 3.25.3 to 3.25.4 #185

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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.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@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}
- uses: MarcoIeni/release-plz-action@be0d79d4eac427751f8d3756c803ab729a89752d # v0.5.51
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}