Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-to-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: '0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aks-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: "Az CLI login"
uses: azure/login@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aks-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: "Az CLI login"
uses: azure/login@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appgateway-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appgateway-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-start-status-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: "0"
token: ${{ env.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-stop-status-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: "0"
token: ${{ env.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bastion-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bastion-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cancel-github-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
#Allows workflow to access repo
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: '0'
token: ${{ env.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-dashboard-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: "0"
token: ${{ env.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flexibleserver-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flexibleserver-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping_aks_issuejson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: "0"
token: ${{ env.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-file-cleardown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: "0"
token: ${{ env.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-bastion-start-stop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: 'Az CLI login'
uses: azure/login@v2
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/manual-start-stop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: 'Az CLI login'
uses: azure/login@v2
with:
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: 'Az CLI login'
uses: azure/login@v2
with:
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: 'Az CLI login'
uses: azure/login@v2
with:
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: 'Az CLI login'
uses: azure/login@v2
with:
Expand All @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: 'Az CLI login'
uses: azure/login@v2
with:
Expand All @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: 'Az CLI login'
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql-flexible-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql-flexible-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parsegithubissue-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
#Allows workflow to access repo
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: '0'
token: ${{ env.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parsegithubissue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
LABELS: Cost Error,Pending approval,Very high cost
#Allows workflow to access repo
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: '0'
token: ${{ env.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqlmi-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqlmi-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage-sftp-auto-disable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage-sftp-auto-enable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vmss-auto-shutdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vmss-auto-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: "Az CLI login"
uses: azure/login@v2
with:
Expand Down
Loading