Skip to content

build(deps): bump actions/checkout from 4.1.4 to 4.1.6 #2974

build(deps): bump actions/checkout from 4.1.4 to 4.1.6

build(deps): bump actions/checkout from 4.1.4 to 4.1.6 #2974

Workflow file for this run

name: Go Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: '1.21'
check-latest: true
- name: Install bubblewrap
run: |
sudo apt-get update -y
sudo apt-get install -y bubblewrap
- name: Checkout code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: chainguard-dev/actions/goimports@main
- name: Test
run: make test