Skip to content

chore(deps): update module golang.org/x/crypto to v0.12.0 #53

chore(deps): update module golang.org/x/crypto to v0.12.0

chore(deps): update module golang.org/x/crypto to v0.12.0 #53

Workflow file for this run

name: "Check"
on:
workflow_dispatch:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/[email protected]
- name: Setup 'go'
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
cache-dependency-path: "go.sum"
check-latest: true
cache: true
- name: Test
run: make build test
codeql_run:
name: CodeQLRun
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repo
uses: actions/[email protected]
- name: Setup 'go'
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
cache-dependency-path: "go.sum"
check-latest: true
cache: true
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
queries: +security-and-quality
languages: "go"
- name: Autobuild
uses: github/codeql-action/[email protected]
- name: CodeQL analysis
uses: github/codeql-action/[email protected]