Skip to content

Bump github/codeql-action from 3.28.8 to 3.28.9 #99

Bump github/codeql-action from 3.28.8 to 3.28.9

Bump github/codeql-action from 3.28.8 to 3.28.9 #99

Workflow file for this run

name: nativeaot
permissions: read-all
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
ArtifactsDirectory: ${{ github.workspace }}/artifacts
jobs:
build:
strategy:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
os: [windows-latest]
configuration: [Release]
runs-on: ${{ matrix.os }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0 # Get all history to allow automatic versioning using MinVer
- name: Setup .NET
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
with:
global-json-file: global.json
- name: Publish Tester
shell: pwsh
run: ./publish-tester.ps1
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: artifacts-${{ matrix.os }}
if-no-files-found: error
retention-days: 7
path: ${{ env.ArtifactsDirectory }}
- name: Run Tester
shell: pwsh
run: ./artifacts/bin/Sep.Tester/release_net9.0_win-x64/native/Sep.Tester.exe