Add full_server_name support as template variable to sqlserver template config key #533
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Pinned Actions | |
on: | |
pull_request: {} | |
push: | |
branches: | |
- master | |
merge_group: | |
# Test requested to pass before merging | |
# needs to trigger in merge queues | |
types: [checks_requested] | |
jobs: | |
pinact: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
with: | |
persist-credentials: false | |
- name: Pin actions | |
# Relies on the following actions that need to be allowed in the repo: | |
# aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 | |
# suzuki-shunsuke/commit-action@04e7ae80e6b3c584ba8a4d98ab64474963d854eb | |
# suzuki-shunsuke/github-token-action@350d7506222e3a0016491abe85b5c4dd475b67d1 | |
# tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a | |
uses: suzuki-shunsuke/pinact-action@d735505f3decf76fca3fdbb4c952e5b3eba0ffdd # v0.1.2 | |
with: | |
skip_push: true |