Skip to content

build(deps): update module golang.org/x/net to v0.50.0 #10

build(deps): update module golang.org/x/net to v0.50.0

build(deps): update module golang.org/x/net to v0.50.0 #10

Workflow file for this run

name: 'CodeQL'
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
schedule:
- cron: '0 0 * * 1'
permissions:
contents: 'read'
jobs:
analyze:
name: 'Analyze'
runs-on: 'ubuntu-latest'
permissions:
actions: 'read'
contents: 'read'
security-events: 'write'
strategy:
fail-fast: false
matrix:
language:
- 'go'
steps:
- name: 'Harden Runner'
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
with:
egress-policy: 'audit'
- name: 'Checkout'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: 'Initialize CodeQL'
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v3.29.5
with:
languages: ${{ matrix.language }}
- name: 'Build'
uses: github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v3.29.5
- name: 'Perform CodeQL Analysis'
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v3.29.5
with:
category: "/language:${{matrix.language}}"