Explicitly add minimum TLS version 1.2 #34
Workflow file for this run
This file contains 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: dependabot-work-item | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
create-work-item: | |
if: ${{ github.actor == 'dependabot[bot]' }} | |
uses: UKHO/repo-auto-patch/.github/workflows/create-pr-work-item.yml@v1 | |
with: | |
pr-url: ${{ github.event.pull_request.html_url }} | |
work-item-title: "FSS UI - Dependabot update" | |
work-item-description: "Please review PR. Created by the dependabot-work-item action." | |
work-item-tags: "File Share Service; TD2; Technical Debt" | |
secrets: | |
ado-pat: ${{ secrets.ADO_TOKEN }} |