<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Security on Simon Shine</title><link>https://simonshine.dk/tags/security/</link><description>Recent content in Security on Simon Shine</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 08 Aug 2026 01:59:35 +0200</lastBuildDate><atom:link href="https://simonshine.dk/tags/security/index.xml" rel="self" type="application/rss+xml"/><item><title>Hashpinning</title><link>https://simonshine.dk/articles/hashpinning/</link><pubDate>Sat, 08 Aug 2026 01:59:35 +0200</pubDate><guid>https://simonshine.dk/articles/hashpinning/</guid><description>&lt;p&gt;GitHub Actions workflows usually start like this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;- &lt;span style="color:#f92672"&gt;uses&lt;/span&gt;: &lt;span style="color:#ae81ff"&gt;actions/checkout@v6&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;code&gt;v6&lt;/code&gt; is a git tag that points to some commit for the release of this version of an action. There is
also a &lt;code&gt;v6.0.1&lt;/code&gt; tag. Every time a minor or patch version is released, e.g. &lt;code&gt;v6.0.2&lt;/code&gt; or &lt;code&gt;v6.1.0&lt;/code&gt;, the
&lt;code&gt;v6&lt;/code&gt; tag is moved to that. Being unspecific means you always get the latest version that begins with
&lt;code&gt;v6&lt;/code&gt;. This is a feature.&lt;/p&gt;</description></item></channel></rss>