Skip to content

Bump actions/setup-go from 2.2.0 to 4.1.0 #6

Bump actions/setup-go from 2.2.0 to 4.1.0

Bump actions/setup-go from 2.2.0 to 4.1.0 #6

Workflow file for this run

name : 'SDL-CI'
on: [push, pull_request]
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: 1.19
- name: CodeQL and Dependabot Report Action
uses: rsdmike/github-security-report-action@v3.0.4
with:
repository: phansGithub/SL-Test