Skip to content

Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (#1709) #6

Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (#1709)

Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (#1709) #6

Workflow file for this run

name: Fossa
on:
push:
branches:
- main
concurrency:
group: ${{ github.ref_name }}-fossa
cancel-in-progress: true
permissions:
contents: read
jobs:
scan:
name: Fossa
runs-on: ubuntu-22.04
if: ${{ github.event.repository.fork == false }}
steps:
- name: Checkout Repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Scan
uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
with:
api-key: ${{ secrets.FOSSA_TOKEN }}