Skip to content

chore(deps): update helm release k8s-monitoring to v0.6.0 (#11757) #7187

chore(deps): update helm release k8s-monitoring to v0.6.0 (#11757)

chore(deps): update helm release k8s-monitoring to v0.6.0 (#11757) #7187

Workflow file for this run

name: Fossa
on:
push:
branches:
- main # Set a branch to deploy
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
fossa-scan:
if: github.repository == 'shortlink-org/shortlink'
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: fossas/fossa-action@45d0cd825dcbe195c58a83662b0abb684ca739d8 # main # Use a specific version if locking is preferred
with:
api-key: ${{secrets.FOSSA_API_KEY}}