Skip to content

Bump github/codeql-action from 3.25.6 to 3.25.7 in the ci group #135

Bump github/codeql-action from 3.25.6 to 3.25.7 in the ci group

Bump github/codeql-action from 3.25.6 to 3.25.7 in the ci group #135

Workflow file for this run

name: e2e-github
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
tags-ignore: ["*"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: 'go.mod'
cache: true
- name: Run tests
run: |
[ -n "${{ secrets.GITPROVIDER_BOT_TOKEN }}" ] && export GITHUB_TOKEN=${{ secrets.GITPROVIDER_BOT_TOKEN }} || echo "using default GITHUB_TOKEN"
make test-e2e-github