Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in the go_modules grou… #237

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in the go_modules grou…

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in the go_modules grou… #237

Workflow file for this run

name: ci-build-test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: './go.mod'
check-latest: true
cache: true
- name: Run Go tests
run: go test ./...
- name: build
run: go build ./...
- name: run clank - failure
run: "! ./clank testdata/push.yaml"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: run clank - success
run: ./clank .github/workflows
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}