Skip to content

chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#69) #85

chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#69)

chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#69) #85

Workflow file for this run

name: "codeql"
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
- 'README.md'
- '.goreleaser.yaml'
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'
- 'README.md'
- '.goreleaser.yaml'
jobs:
analyze:
name: analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
# Initializes the CodeQL tools for scanning.
- uses: github/codeql-action/init@v3
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
- uses: github/codeql-action/autobuild@v3
- uses: github/codeql-action/analyze@v3