Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Bump alpine from 3.22.0 to 3.22.1 in the docker-dependencies group #38

Bump alpine from 3.22.0 to 3.22.1 in the docker-dependencies group

Bump alpine from 3.22.0 to 3.22.1 in the docker-dependencies group #38

Workflow file for this run

---
name: Test OIDC Debugger
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: run oidc-debug.go
run: go run cmd/oidc-debug.go -audience "https://github.com/github"