Skip to content

build(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 (#82) #56

build(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 (#82)

build(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 (#82) #56

Workflow file for this run

name: Golang CI
on:
push:
branches:
- main
paths:
- "**.go"
- "go.mod"
- "go.sum"
- Dockerfile
pull_request:
paths:
- "**.go"
- "go.mod"
- "go.sum"
- Dockerfile
concurrency:
group: iamme-go-ci-${{ github.ref }}
cancel-in-progress: true
jobs:
sast:
uses: notdodo/github-actions/.github/workflows/go-security-scan.yml@go-sec-v0
build-and-test:
uses: notdodo/github-actions/.github/workflows/go-ci.yml@go-ci-v0
build-docker-image:
if: ${{ github.event_name == 'pull_request' }}
uses: notdodo/github-actions/.github/workflows/docker-build-and-push.yml@docker-build-and-push-v0

Check failure on line 31 in .github/workflows/go-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/go-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/go-ci.yml" -> "notdodo/github-actions/.github/workflows/docker-build-and-push.yml@docker-build-and-push-v0" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
image: notdodo/iamm-iamme
platforms: linux/amd64
push: false
registry: ghcr.io
secrets:
registry-username: notdodo
registry-password: ${{ secrets.GITHUB_TOKEN }}