Skip to content

chore(deps): Bump github/codeql-action from 3.26.12 to 3.26.13 in the github-actions group #41

chore(deps): Bump github/codeql-action from 3.26.12 to 3.26.13 in the github-actions group

chore(deps): Bump github/codeql-action from 3.26.12 to 3.26.13 in the github-actions group #41

Workflow file for this run

name: Build .NET Agent Samples Solution
on:
workflow_dispatch:
pull_request:
branches:
- main
# only allow one instance of this workflow to be running per PR or branch, cancels any that are already running
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
disable-sudo: true
egress-policy: audit
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Build
run: |
dotnet build