Merge 0f85d2ddfa3aa30435557274232bc0470c3c2249 into 8e6bd2905eef86446227f003dda1deb3916c4aaf

This commit is contained in:
aparnajyothi-y 2025-04-17 15:35:11 +00:00 committed by GitHub
commit 410787a859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,20 @@
name: 'Publish Immutable Action Version'
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
- name: Checking out
uses: actions/checkout@v4
- name: Publish
id: publish
uses: actions/publish-immutable-action@v0.0.4

View File

@ -190,9 +190,9 @@ jobs:
run: __tests__/verify-dotnet.ps1 2.2 3.1
test-proxy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ubuntu:20.04
image: ubuntu:22.04
options: --dns 127.0.0.1
services:
squid-proxy: